<string>There are several ways the Wizard can store your data. Plese select how would you like to save the data:</string>
</property>
<property name="alignment">
<set>WordBreak|AlignTop</set>
</property>
</widget>
<widget class="QRadioButton">
<property name="name">
<cstring>SaveToMountedRadioButton</cstring>
</property>
<property name="focusPolicy">
<enum>TabFocus</enum>
</property>
<property name="text">
<string>&Save data to local/network drives.</string>
</property>
<property name="accel">
<string>Alt+S</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="buttonGroupId">
<number>0</number>
</property>
<property name="whatsThis" stdset="0">
<string>Select the option to save your data locally on a mounted partition (with drive letter assigned) or on a network share. To store your data on the network, you will need a mapped network drive or a mounted directory on the server. You will be prompted to choose an exact location for your data later in the wizard.</string>
</property>
</widget>
<widget class="QRadioButton">
<property name="name">
<cstring>SaveToUFSDRadioButton</cstring>
</property>
<property name="focusPolicy">
<enum>NoFocus</enum>
</property>
<property name="text">
<string>Save &data to physical partitions.</string>
</property>
<property name="accel">
<string>Alt+D</string>
</property>
<property name="buttonGroupId">
<number>1</number>
</property>
<property name="whatsThis" stdset="0">
<string>Select the option to save your data locally on a partition that is not mounted (without drive letter assigned) or hidden or even not supported by your current OS. You will be prompted to choose an exact location for your data later in the wizard.</string>
</property>
</widget>
<widget class="QRadioButton">
<property name="name">
<cstring>BurnToCDRadioButton</cstring>
</property>
<property name="focusPolicy">
<enum>NoFocus</enum>
</property>
<property name="text">
<string>B&urn the data to CD or DVD.</string>
</property>
<property name="accel">
<string>Alt+U</string>
</property>
<property name="buttonGroupId">
<number>2</number>
</property>
<property name="whatsThis" stdset="0">
<string>Select the option to burn your data to CD/DVD. If its size exceeds that of the used media, it will be automatically splitted to several volumes and you will be promted to insert a new disc for each volume.</string>